CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - SOR MATLAB

搜索资源列表

  1. feixianxing

    4下载:
  2. mulStablePoint 用不动点迭代法求非线性方程组的一个根 mulNewton 用牛顿法法求非线性方程组的一个根 mulDiscNewton 用离散牛顿法法求非线性方程组的一个根 mulMix 用牛顿-雅可比迭代法求非线性方程组的一个根 mulNewtonSOR 用牛顿-SOR迭代法求非线性方程组的一个根 mulDNewton 用牛顿下山法求非线性方程组的一个根 mulGXF1 用两点割线法的第一种形式求非线性方程组的一个根 mulGXF2 用两点割线法的第二
  3. 所属分类:matlab

    • 发布日期:2016-09-09
    • 文件大小:12092
    • 提供者:舞蛳
  1. experimentreport

    0下载:
  2. 用迭代法解方程组 Jacobi Gauss-Sedel SOW 超松弛迭代 各种技术的比较 数值实验报告-Iterative solution of equations Jacobi Gauss-Sedel SOW SOR numerical comparison of various techniques Experimental Report
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:212345
    • 提供者:邓大
  1. DIPUM_toolbox_m

    0下载:
  2. MATLAB图像处理实用工具箱,很多算法要用-MATLAB image processing utility toolbox, many algorithms use ~ ~
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:63268
    • 提供者:熊泽
  1. all1

    0下载:
  2. Gauss消去法、Jacobi法、SOR法解线性方程组的源程序,可以方便得到解-code for solution of linear equations using Gauss elimination method、Jacobi method and SOR method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:837
    • 提供者:junli
  1. facerecognitionsv

    0下载:
  2. code for face recognition using ica (independent component analysis) .a good code sor reaserch.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3186
    • 提供者:ali
  1. linear-simultaneous-equations

    0下载:
  2. 线性方程组LU分解直接解法,GS迭代、夹克比迭代、SOR迭代等Matlab代码-linear simultaneous equations
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:2184
    • 提供者:李南
  1. matlab-program

    0下载:
  2. 牛拉法,高斯法,sor法解线性方程的程序,并有实例-N-L method, Gauss method, sor method for solving linear equations of the program, and there are examples
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:834893
    • 提供者:吴三桂
  1. EqtsSOR

    0下载:
  2. SOR迭代法求解线性方程组,输出结果和迭代次数。-SOR iterative method for solving linear equations, the output and the number of iterations.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:706
    • 提供者:王木三
  1. Jacobi-guass-SOR

    0下载:
  2. 数值方法:雅克比、高斯赛德尔、超松弛迭代法matlab编程-Numerical methods: Jacobian, Gauss Seidel, over relaxation iterative method matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1547
    • 提供者:阿杰
  1. matlab

    0下载:
  2. 用matlab实现的一些算法的小程序,其中包括三次样条插值,sor迭代,G-seidel迭代、jacobi迭代,lagrange插值-Some algorithm matlab implementation of the program, including the cubic spline interpolation, sor iteration, the G-seidel iteration and so on ....
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:7306
    • 提供者:李丘
  1. SOR

    0下载:
  2. 用SOR迭代法求解方程组的解的matlab程序-With SOR iterative method to solve the solution of system program
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1079
    • 提供者:sly
  1. SOR

    0下载:
  2. 解线性方程组的SOR(超松弛)方法的matlab代码实现-Solution of linear equations of the SOR code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:596
    • 提供者:李莎
  1. matlab-sor

    0下载:
  2. 包含了常用的CG算法/SOR迭代算法/SDM最速下降法等算法-Used CG algorithm/SOR iterative algorithm/SDM steepest descent method algorithm
  3. 所属分类:matlab

    • 发布日期:2016-01-27
    • 文件大小:1024
    • 提供者:Will Leung
  1. Example-of-matlab

    0下载:
  2. 包括图形应用篇、界面设计篇、图形处理篇、数值分析篇四部分。从简单的三角函数到图像分析、矢量数据、三角分析法、SOR迭代法-Including articles of graphics applications, interface design articles, graphics processing chapter, numerical analysis chapter four parts. From simple trigonometry to image analysis, vecto
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:21569
    • 提供者:royzeus
  1. SOR

    0下载:
  2. MATLAB实现的线性方程组超松弛迭代算法源程序。-MATLAB realization of linear equations over-relaxation iterative algorithm source code.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:683
    • 提供者:king
  1. gauseidel-jacobi-richason-SOR

    0下载:
  2. 高斯赛德尔迭代法,雅可比迭代法,理查森迭代算法,超松弛迭代算法的matlab程序。上述算法均用于求解线性方程组。-High Sisaideer iterative method, Jacobi iteration, Richardson iterative algorithm, over relaxation algorithm matlab program. The algorithm for solving linear equations.
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1684
    • 提供者:pengtao
  1. matlab

    1下载:
  2. 用matlab分析数值的,有拉个朗日插值、三次样条插值法、NEWTON插值、hermite插值、mewton形式的hermite插值、平方根法、gauss消去法、三角分解法、jacobi迭代法、 gauss迭代法、sor迭代法、最速下降法、共额梯度法、mewton迭代法、逆broyden迭代法。一共15段代码。 -Numerical analysis using matlab, there are a Long Day interpolation, cubic spline interp
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2238
    • 提供者:佳佳
  1. SOR

    0下载:
  2. This is successive overrelaxation technique matlab code required for Epsilon twin support vector machine
  3. 所属分类:matlab例程

  1. thrust-lubtication-wiht-matlab

    14下载:
  2. 用matlab编写的五点差分法离散雷诺方程用SOR(超松弛迭代法)求解压力分布的源程序-thrust lubtication wiht matlab
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:15195
    • 提供者:zlm
  1. Matlab-numerous-analysis

    0下载:
  2. 数值计算方法,Matlab程序,包括LU,SOR,cholesky,gauss,Jacobi等方法的代码,欢迎下载-Numerical methods, Matlab procedures, including code LU, SOR, cholesky, gauss, Jacobi and other methods, welcome to download
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1595
    • 提供者:小钟
« 1 23 4 5 »
搜珍网 www.dssz.com